projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a8775
)
(appt-disp-window): Use insert instead of insert-string.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:19:08 +0000
(16:19 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:19:08 +0000
(16:19 +0000)
lisp/calendar/appt.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/appt.el
b/lisp/calendar/appt.el
index aca6cf628dbcfc56368ce145f78232e5a41a3192..9b6d1a8634d0e0ccfcc9a6dc947fa66d6873a26d 100644
(file)
--- a/
lisp/calendar/appt.el
+++ b/
lisp/calendar/appt.el
@@
-401,7
+401,7
@@
The following variables control appointment notification:
(concat "-------------------- Appointment in "
min-to-app " minutes. " new-time " %-"))
(erase-buffer)
- (insert
-string
appt-msg)
+ (insert appt-msg)
(shrink-window-if-larger-than-buffer (get-buffer-window appt-disp-buf t))
(set-buffer-modified-p nil)
(raise-frame (selected-frame))